style "interface_default" {
	font = "-misc-infernal-medium-r-normal--12-120-75-75-p-56-iso8859-1"

	bg[ACTIVE]			= "#a0a0a0"
	fg[ACTIVE]			= "#000000"
	base[ACTIVE]		= "#dddddd"
	
	bg[NORMAL]			= "#b3b2b0"
	fg[NORMAL]			= "#000000"
	base[NORMAL]		= "#dddddd"
	
	bg[INSENSITIVE]		= "#a3a2a0"
	fg[INSENSITIVE]		= "#555555"
	base[INSENSITIVE]	= "#b0b0b0"
	
	bg[PRELIGHT]		= "#b3b2b0"
	fg[PRELIGHT]		= "#000000"
	base[PRELIGHT]		= "#ededed"
	
	bg[SELECTED]		= "#685972"
	fg[SELECTED]		= "#ffffff"
	base[SELECTED]		= "#696472"

	engine "Interface" {
		scrollbar_knob	= lines
		stepper_ends	= false
		stepper_arrows	= false
		paned_knob		= lines
		handle_knob		= holes
		shine			= 1.5
		shade			= 0.75
	}
}

style "interface_list" {
	bg[NORMAL]		= "#e8e8e8"
	base[NORMAL]	= "#e8e8e8"
	bg[ACTIVE]		= "#e8e8e8"
	base[ACTIVE]	= "#e8e8e8"
}

style "interface_tooltips" {
	bg[NORMAL]		= "#e5d7b3"
	fg[NORMAL]		= "#000000"
}

style "interface_button" {
	bg[NORMAL]		= "#bdbcbb"
	bg[PRELIGHT]	= "#cdcccb"
	bg[INSENSITIVE]	= "#adadad"
}

style "interface_menu" {
	bg[PRELIGHT]	= "#cdcccb"
}

style "interface_range" = "interface_button" {
	bg[ACTIVE]		= "#808080"
}

style "interface_infobar" {
	bg[NORMAL]		= "#685977"
	base[NORMAL]	= "#909090"
}

style "interface_radiobutton" {
	bg[SELECTED] = "#000000"
	base[SELECTED] = "#000000"
}

style "interface_radiobutton" {
	bg[SELECTED] = "#000000"
	base[SELECTED] = "#000000"
	bg[ACTIVE] = "#b3b2b0"
	base[ACTIVE] = "#dddddd"
}

style "interface_slider" {
	base[INSENSITIVE] = "#b3b2b0"
}


class "GtkWidget"		style "interface_default"
class "GtkList"			style "interface_list"
class "GtkTree"			style "interface_list"
class "GtkCList"		style "interface_list"
class "GtkCTree"		style "interface_list"
class "GtkEntry"		style "interface_list"
class "GtkComboBox"		style "interface_list"
class "GtkText"			style "interface_list"
class "GtkDial"			style "interface_list"
class "GtkButton"		style "interface_button"
class "GtkSpinButton"	style "interface_button"
class "GtkRadioButton"	style "interface_radiobutton"
class "GtkCheckButton"	style "interface_radiobutton"
class "GtkHScale"		style "interface_slider"
class "GtkVScale"		style "interface_slider"
class "GtkRange"		style "interface_range"
class "GtkProgress"		style "interface_list"
class "GtkStatusbar"	style "interface_infobar"
class "GtkMenuItem"		style "interface_menu"
class "GtkMenu"			style "interface_menu"
widget "gtk-tooltips*"	style "interface_tooltips"


